< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03090000.xhp

(section: programmablauf)

Controlling Program Execution
プログラムの実行制御(hd_id3145136.1)

The following statements control the execution of a program.
下記のステートメントは、プログラムの実行制御を行うためのものです。(par_id3143268.2)

(/section: programmablauf)

A program generally executes from the first line of code to the last line of code. You can also execute certain procedures within the program according to specific conditions, or repeat a section of the program within a sub-procedure or function. You can use loops to repeat parts of a program as many times as necessary, or until a certain condition is met. These type of control statements are classified as Condition, Loop, or Jump statements.
通常、プログラムコードは先頭行から順番に実行されてゆきます。それ以外にも、指定した条件が成立した場合に特定のプロシージャーを実行させたり、サブルーチンや関数の一部を繰り返し実行させることができます。プログラムの一部を繰り返し実行させる際には、ループ回数を明示的に指定することも、特定の条件が成立するまでループさせることも可能です。このようなプログラムの実行制御を行うためのステートメントは、大きく分けて条件分岐、ループ (繰り返し)、ジャンプ (移動) のステートメント群に分類されます。(par_id3156152.3)

(embed text/sbasic/shared/03090100.xhp#entscheidung : linkinfo)

Condition Statements
条件判定ステートメント(hd_id3154422.1)

The following statements are based on conditions.
条件判定を行うステートメントです。(par_id3153750.2)

(/embed text/sbasic/shared/03090100.xhp#entscheidung)

(embed text/sbasic/shared/03090200.xhp#schleifen : linkinfo)

Loops
ループ (繰り返し)(hd_id3153990.1)

The following statements execute loops.
ループ処理を行うためのステートメントです。(par_id3147226.2)

(/embed text/sbasic/shared/03090200.xhp#schleifen)

(embed text/sbasic/shared/03090300.xhp#sprung : linkinfo)

Jumps
ジャンプ (移動)(hd_id3151262.1)

The following statements execute jumps.
各種のジャンプ処理を行うためのステートメントです。(par_id3148983.2)

(/embed text/sbasic/shared/03090300.xhp#sprung)

(embed text/sbasic/shared/03090400.xhp#weitere : linkinfo)

Further Statements
その他のステートメント(hd_id3145316.1)

Statements that do not belong to any of the other runtime categories are described here.
ここでは、その他のカテゴリに分類されていないステートメントについて説明します。(par_id3154923.2)

(/embed text/sbasic/shared/03090400.xhp#weitere)


< Prev / Next >